home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / browser / feeds / subscribe.css < prev    next >
Cascading Style Sheet File  |  2009-12-10  |  4KB  |  203 lines

  1.  
  2. *[hidden] {
  3.   display: none;
  4. }
  5.  
  6. html {
  7.   background-color: #CECDCC;
  8.   font: 3mm tahoma,arial,helvetica,sans-serif;
  9. }
  10.  
  11. #feedBody {
  12. border: 2px solid !important;
  13. -moz-border-radius: 10px;
  14. -moz-border-top-colors:#969595 #c1c0bf !important;
  15. -moz-border-bottom-colors:#d6d5d4 #e0dfde !important;
  16. -moz-border-left-colors:#bbbab9 #dcdbda !important;
  17. -moz-border-right-colors:#bcbbba #dcdbda !important;
  18.   padding: 3em;
  19.   -moz-padding-start: 30px;
  20.   margin: 2em auto;
  21.   background-color:#ffffff;
  22. }
  23.  
  24. #feedHeaderContainer {
  25. border: 3px solid !important;
  26. -moz-border-radius: 10px;
  27. -moz-border-top-colors:#bbbab9 #f6f5f4 #ecebeb !important;
  28. -moz-border-bottom-colors:#bbbab9 #f6f5f4 #ecebeb !important;
  29. -moz-border-left-colors:#bbbab9 #f6f5f4 #ecebeb !important;
  30. -moz-border-right-colors:#bbbab9 #f5f4f3 #ececeb !important;
  31.   margin: -4em auto 0 auto;
  32.   background-color: #E0DFDE;
  33. }
  34.  
  35. #feedHeader {  
  36.   margin-top: 4.9em;
  37.   margin-bottom: 1em;
  38.   -moz-margin-start: 2.4em;
  39.   -moz-margin-end: 1em;
  40.   -moz-padding-start: 6.9em;
  41.   font-size: 110%;
  42.   color: #000000;
  43. }
  44.  
  45. .feedBackground {
  46.   background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat #E0DFDE;
  47. }
  48.  
  49. .videoPodcastBackground {
  50.   background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 0% 10% no-repeat #E0DFDE;
  51. }
  52.  
  53. .audioPodcastBackground {
  54.   background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 0% 10% no-repeat #E0DFDE;
  55. }
  56.  
  57. #feedHeader[dir="rtl"] {
  58.   background-position: 100% 10%;
  59. }
  60.  
  61. #feedIntroText {
  62.   display: none;
  63. }
  64.  
  65. #feedHeader[firstrun="true"] #feedIntroText {
  66.   padding-top: 0.1em;
  67.   -moz-padding-start: 0.6em;
  68.   display: block;
  69. }
  70.  
  71. #feedHeader[firstrun="true"] > #feedSubscribeLine {
  72.   -moz-padding-start: 1.8em;
  73. }
  74.  
  75. #feedSubscribeLine {
  76.   padding-top: 0.2em;
  77. }
  78.  
  79. #alwaysUse {
  80.   padding: 5px;
  81. }
  82.  
  83.  
  84. #handlersMenuList > menupopup > menuitem {
  85.   -moz-padding-start: 23px;
  86. }
  87.  
  88. #handlersMenuList > menupopup > menuitem.menuitem-iconic {
  89.   -moz-padding-start: 2px;
  90. }
  91.  
  92. #handlersMenuList > menupopup > .menuitem-iconic  > .menu-iconic-left {
  93.   display: -moz-box;
  94.   min-width: 16px;
  95.   -moz-padding-end: 2px;
  96. }
  97.  
  98. #chooseApplicationMenuItem {
  99.   list-style-image: url("chrome://browser/skin/preferences/application.png");
  100. }
  101.  
  102. #feedHeader[dir="rtl"] #handlersMenuList > menupopup {
  103.   direction: rtl;
  104. }
  105.  
  106. /* Don't print subscription UI */
  107. @media print {
  108.   #feedHeaderContainer {
  109.     display: none;
  110.   }
  111. }
  112.  
  113. body {
  114.   margin: 0;
  115.   padding: 0 3em;
  116.   color: -moz-fieldText;
  117.   font: message-box;
  118. }
  119.  
  120. h1 {
  121.   font-size: 160%;
  122.   border-bottom: 2px solid ThreeDLightShadow;
  123.   margin: 0 0 .2em 0;
  124. }
  125.  
  126. h2 {
  127.   color: ThreeDDarkShadow;
  128.   font-size: 110%;
  129.   font-weight: normal;
  130.   margin: 0 0 .6em 0;
  131. }
  132.  
  133. #feedTitleLink {
  134.   float: right;
  135.   -moz-margin-start: .6em;
  136.   -moz-margin-end: 0;
  137.   margin-top: 0;
  138.   margin-bottom: 0;
  139. }
  140.  
  141. a[href] img {
  142.   border: none;
  143. }
  144.  
  145. #feedTitleContainer {
  146.   -moz-margin-start: 0;
  147.   -moz-margin-end: .6em;
  148.   margin-top: 0;
  149.   margin-bottom: 0;
  150. }
  151.  
  152. #feedTitleImage {
  153.   -moz-margin-start: .6em;
  154.   -moz-margin-end: 0;
  155.   margin-top: 0;
  156.   margin-bottom: 0;
  157.   max-width: 300px;
  158.   max-height: 150px;
  159. }
  160.  
  161. .feedEntryContent {
  162.   font-size: 110%;
  163. }
  164.  
  165. .link {
  166.   color: #0000FF;
  167.   text-decoration: none;
  168.   cursor: pointer;
  169. }
  170.  
  171. .link:hover:active {
  172.   color: #FF0000;
  173. }
  174.  
  175. .lastUpdated {
  176.   font-size: 85%;
  177.   font-weight: normal;
  178. }
  179.  
  180. .type-icon {
  181.   vertical-align: bottom;
  182.   height: 16px;
  183.   width: 16px;
  184. }
  185.  
  186. .enclosures {
  187.   padding: 1em;
  188.   margin: 1em auto;
  189.  background: Transparent url("chrome://browser/skin/preferences/hover.png") center center !important;
  190.   color: #000000;
  191. border:2px solid;
  192. -moz-border-top-colors:#cce1f6 #e7f3fe;
  193. -moz-border-bottom-colors:#cadef2 #e3eef8;
  194. -moz-border-right-colors:#cadff3 #e3effa;
  195. -moz-border-left-colors:#cadff3 #e3eff9;
  196. -moz-border-radius:2px;
  197. }
  198.  
  199. .enclosure {
  200.   vertical-align: middle;
  201.   margin-left: 2px;
  202. }
  203.